How to Map a CSV or Tab Delimited File to MySQL Multi-Table Database [migrated]
        Posted  
        
            by 
                Keefer
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by Keefer
        
        
        
        Published on 2012-03-23T14:06:59Z
        Indexed on 
            2012/03/23
            17:41 UTC
        
        
        Read the original article
        Hit count: 411
        
I've got a pretty substantial XLS file a client provided 830 total tabs/sheets.
I've designed a multi table database with PHPMyAdmin (MySQL obviously) to house the information that's in there, and have populated about 5 of those sheets by hand to ensure the data will fit into the designed database.
Is there a piece of software or some sort of tool that will help me format this XLS document and map it to the right places in the database?
© Pro Webmasters or respective owner